FrameWithManifest

data class FrameWithManifest(frameId: FrameId, manifestURL: String, status: Int)

Frame identifier - manifest URL pair.

Constructors

FrameWithManifest
Link copied to clipboard
fun FrameWithManifest(frameId: FrameId, manifestURL: String, status: Int)

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Frame identifier.
manifestURL
Link copied to clipboard
val manifestURL: String
Manifest URL.
status
Link copied to clipboard
val status: Int
Application cache status.

Sources

jvm source
Link copied to clipboard